home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn1.000 / inn1.4sec-linux-src.tar / inn / include / patchlevel.h < prev    next >
Text File  |  1993-12-22  |  22KB  |  380 lines

  1. /* $Revision: 1.14 $
  2. **
  3. **  $Log: patchlevel.h,v $
  4. **  Revision 1.14  1993/03/18  21:04:15  rsalz
  5. **  patch04:  Add NEWSUMASK (default 2) and have appropriate programs set it.
  6. **  patch04:  Add comment about NEWSLIB to config.dist <chongo@ncd.com>
  7. **  patch04:  Add YACC config variable.
  8. **  patch04:  Alias FNDELAY to O_NDELAY for systems without it <urlichs@smurf.sub.org>
  9. **  patch04:  Use $(SHELL) not sh in Makefiles <osm@msen.com>
  10. **  patch04:  Use "echo ...|su" not "su -c ..." in rc.news and BUILD.
  11. **  patch04:  Document setsockopt/svr4 problems.
  12. **  patch04:  overview.fmt.5 referenced makeoverview <henrich@crh.cl.msu.edu>.
  13. **  patch04:  Various typos in documentation <ry66@rz;uni-karlsruhe.de>,
  14. **  patch04:  <robert@steffi.demon.co.uk>, <wdh@grouper.mkt.csd.harris.com>.
  15. **  patch04:  Add sample newsfeeds entry to overchan.8
  16. **  patch04:  More text for innwatch.ctl, ``make update'', news overview <rsalz>.
  17. **  patch04:  inews can spool, so you need rnews; update inews.1
  18. **  patch04:  Add rnews explanations to Install.ms.1
  19. **  patch04:  Inews should not spool or email if -D given.
  20. **  patch04:  rnews had bad fopen call <mam@mamunx.garmhausen.de>
  21. **  patch04:  rnews could not connect to remote server.
  22. **  patch04:  rnews leaked memory in ReadRemainder.
  23. **  patch04:  decode unpacked end wrong.
  24. **  patch04:  decode used bad pointer comparisons.
  25. **  patch04:  #if was backwards in syslog/syslogd.c <peter@dialix.oz.au>.
  26. **  patch04:  Remove leading space in filenames in syslog.conf
  27. **  patch04:  Add -O flag to expireover; fix sorting bug <rob@violet.berkeley.edu>.
  28. **  patch04:  *** RUN "expireover -a -s" SOON **
  29. **  patch04:  Malloc overrun in expireover.c article.c <rob@agate.berkeley.edu>
  30. **  patch04:  Have overchan create needed dirs if overview dir != spool dir.
  31. **  patch04:  Add overchan .o dependencies to backends/Makefile.
  32. **  patch04:  avoid unneeded unlink/group in expireover <tale@uunet.uu.net>
  33. **  patch04:  Add -g to expire <tal@warren.mentorg.com>
  34. **  patch04:  faster raceless expireover/overchan locking <rob@agate.berkeley.edu>
  35. **  patch04:  use caseEQ not EQ in CMDmode in nnrpd <urlichs@smurf.sub.org>
  36. **  patch04:  Two wrong CloseOnExec calls in article.c <stevo@elroy.Jpl.Nasa.Gov>
  37. **  patch04:  Have nnrpd's HISgetent return (char *) not (STRING).
  38. **  patch04:  Remove STATIC from nnrpd's CMD_unimp function definition; change
  39. **  patch04:  it to recognize slave command.
  40. **  patch04:  Add "date" command (from nntpv2 draft) to nnrpd.
  41. **  patch04:  Add -u flag and statistics to nntpget.
  42. **  patch04:  Add -p flag to filechan, buffchan.
  43. **  patch04:  buffchan shouldn't open dropped sites.
  44. **  patch04:  Add -A flag to innxmit.
  45. **  patch04:  newsrequeue re-used variable; coredumped if not logfile mode.
  46. **  patch04:  expireover and fastrm need <ctype.h>.
  47. **  patch04:  Move functions in fastrm so STATIC declaration is okay.
  48. **  patch04:  BUILD and makehistory no longer assume history is in NEWSLIB.
  49. **  patch04:  Spelled Jon's name wrong in dbz.pch <davison@borland.com>
  50. **  patch04:  Use memset not bzero in local FD_ZERO macro.
  51. **  patch04:  getlist parsed positional arguments wrong <chongo@ncd.com>
  52. **  patch04:  getlist did not send a QUIT to the server.
  53. **  patch04:  Reverse order of elements in include/uio.h <aej@wpi.WPI.EDU>
  54. **  patch04:  Have GetFQDN try to force NIS/YP to use DNS <wietse@wzv.win.tue.nl>
  55. **  patch04:  Fix date parser when hour is 12.
  56. **  patch04:  Typo in header in send-ihave <mit@huie.hokudai.ac.jp>
  57. **  patch04:  Had senduucp.log in samples/scanlogs <earle@isolar.Tujunga.CA.US>
  58. **  patch04:  Have innwatch not complain to console if innd dies <mcooper@usc.edu>
  59. **  patch04:  Add logwatch into innwatch <Christophe.Wolfhugel@grasp1.univ-lyon1.fr>
  60. **  patch04:  rmgroup, newgroup, checkgroup are better about updating newsgroups
  61. **  patch04:  <cs@germany.eu.net>
  62. **  patch04:  Spurious erroneous mail line in rmgroup.
  63. **  patch04:  checkgroups mail message is now more clear.
  64. **  patch04:  Convert remaining scripts in samples to use innshellvars
  65. **  patch04:  Fix dataloss and fd leak in SITEflush <cjj@sun.com>
  66. **  patch04:  Don't use strlen on mmap'd active file <bobs@monty.rand.org>
  67. **  patch04:  Used ModeReason not RejectReason in CCmode, CCreject<dem@meaddata.com>
  68. **  patch04:  Used wrong argv[] in CCreject <dem@meaddata.com>
  69. **  patch04:  Don't free NULL pointer in innd/rc.c <peter@dialix.oz.au>.
  70. **  patch04:  Set all WIP's properly to NULL <dem@meaddata.com>
  71. **  patch04:  SITEparsefile didn't free old ME entry <dem@meaddata.com>
  72. **  patch04:  innd had typo in NICE_KIDS #if test <enger@seka.reston.ans.net>
  73. **  patch04:  Add (void) to setsid call in innd <stevo@elroy.Jpl.Nasa.Gov>
  74. **  patch04:  SITEwantsgroup didn't check ME patterns
  75. **  patch04:  <watanabe@argon.material.tohoku.ac.jp>
  76. **  patch04:  Don't crash if spooling fails <alden@zaphod.mps.ohio-state.edu>
  77. **  patch04:  Don't reuse socket in innd/cc.c <peter@dialix.oz.au>
  78. **  patch04:  Protect possible NULL return from RChostname (!?).
  79. **  patch04:  New NNTP connections to innd must clear any old WIP.
  80. **  patch04:  Add "p" item to newsfeeds "A" flag; document slave use.
  81. **  patch04:  rmgroups propagate like newgroups.
  82. **  patch04:  ctlinnd 'addhist' must open history if server not running.
  83. **  patch04:  innd clobbered memory on some reloads.
  84. **  patch04:  Copy SetDescriptorLimit into inndstart.
  85. **  patch04:  Make LIST case-insensitive in innd.
  86. **  patch04:  Add hosts.nntp.nolimit
  87. **  patch04:  Check PID file before innd starts up.
  88. **
  89. **  Revision 1.13  1993/01/29  16:51:16  rsalz
  90. **  patch03:  Don't use absolute paths for true false in BUILD and send-nntp
  91. **  patch03:  Add G flag to newsfeeds
  92. **  patch03:  Add XPATH to innd and nnrpd; have nnrpd use it to ask boss.
  93. **  patch03:  Used free'd memory in lib/dfdist.c <rob@agate.berkeley.edu>
  94. **  patch03:  Move all shell config stuff to innshellvars.
  95. **  patch03:  Reject article if all groups are 'x', even if DO_WANT_TRASH
  96. **  patch03:  <jmalcolm@sura.net>
  97. **  patch03:  Allow cross-posting to groups that don't exist if one does exist.
  98. **  patch03:  Add group permissions to hosts.nntp
  99. **  patch03:  Spool to C News-style togo files on the fly <chris@wugate.wustl.edu>
  100. **  patch03:  Sun needs <stdarg.h> before <syslog.h> <wilson@cygnus.com>
  101. **  patch03:  Don't isntall nntpsend.ctl when doing "make most" <jgm+@CMU.EDU>
  102. **  patch03:  Add -gd to uux calls in sendbathc, send-uucp
  103. **  patch03:  Do clearerr after error writing log file <jepeway@cs.utk.edu>.
  104. **  patch03:  nntpget -o would core dump <matthias@smurf.sub.org>
  105. **  patch03:  Add MIME support to nnrpd and innxmit
  106. **  patch03:  <Christophe.Wolfhugel@hsc-sec.fr>
  107. **  patch03:  Remove nn support.
  108. **  patch03:  Have nntpget send "mode reader" <peter@dialix.oz.au>
  109. **  patch03:  Add SCO style to putdoc <peter@dialix.oz.au>
  110. **  patch03:  Add binary search to nnrpd newnews. <rob@violet.berkeley.edu>
  111. **  patch03:  Add RNEWSLOCALCONNECT config param.
  112. **  patch03:  Add -S flag to rnews.
  113. **  patch03:  Remove empty batchfiles <syd@dsinc.dsi.com>
  114. **  patch03:  Replace NNRPD_DBZINCORE with NNRPD_DBZINCORE_DELAY;
  115. **  patch03:  <rob@violet.berkeley.edu>.
  116. **  patch03:  innd closes connections after 'n' bad commands in a row.
  117. **  patch03:  Add WO and ability to write overview data.
  118. **  patch03:  Add expireover, overchan, nnrpd use of overview
  119. **  patch03:  <rob@violet.berkely.edu> <rsalz>
  120. **  patch03:  Fix SITE.FNLnames memory leak <craig@ee.lbl.gov>
  121. **  patch03:  Document Sequent maxfd limitation.
  122. **  patch03:  Fix quoting error in control/default <tale@uunet.uu.net>
  123. **  patch03:  catch AIX SIGDANGER in innd <Christophe.Wolfhugel@grasp.insa-lyon.fr>
  124. **  patch03:  All mod addresse are wildcard matches <craig@ee.lbl.gov>
  125. **  patch03:  Remove duplicate action in clobber <kieber@is2151.inf.tu-dresden.de>
  126. **  patch03:  Add HISincore <taka@fxis.fujixerox.co.jp>
  127. **  patch03:  Add site.cmd to sendbatch <sob@tmc.edu>
  128. **  patch03:  Missing +1 in nnrpd NEWNEWS initial alloc <cjj@sun.com>.
  129. **  patch03:  Have nnrpd not put site in Path if it's making one
  130. **  patch03:  <dem@meaddata.com>
  131. **  patch03:  shrinkfile EOF was wrong; removed -n flag; fix nntpsend call
  132. **  patch03:  <chongo@pyramid.com>
  133. **  patch03:  Fix exit status in getlist.
  134. **  patch03:  Use Maxlength not %.50s in more places in innd
  135. **  patch03:  Add and document expirerm
  136. **  patch03:  Add "Tl" feeds to innd.
  137. **  patch03:  Tighten window on "server died in ctlinnd".
  138. **  patch03:  Replicated slaves wrote truncated Xref headers.
  139. **  patch03:  Fix OS/x varargs and porting nits <chongo@pyramid.com>
  140. **  patch03:  Only put changed files in site in source control
  141. **  patch03:  <chongo@pyramid.com>
  142. **  patch03:  Make grephistory more robust on lookup failures
  143. **  patch03:  <taka@fxis.fujixerox.co.jp>
  144. **  patch03:  Blank symlink buffer in makehistory for A/UX <urlichs@smurf.sub.org>
  145. **  patch03:  Fix so innd -u stays unbuffered after "ctlinnd flushlogs"
  146. **  patch03:  Close a cople of memory leaks in innd <leres@ee.lbl.gov>
  147. **  patch03:  Always set exit status var in batcher <cs@germany.eu.net>
  148. **  patch03:  Fix no-Unix-domain sockets better in rnews.
  149. **  patch03:  Add -S flag to rnews.
  150. **  patch03:  Have rnews rename bad batches when unspooling.
  151. **  patch03:  Missing subst line for AWK in sendbatch <dem@meaddata.com>
  152. **  patch03:  Fix nntpget -o flag <Pekka.Nikander@ajk.tele.fi>
  153. **  patch03:  Add "make sedtest" to config/Makefile and update Install.
  154. **  patch03:  fix backup restore targets in config/Makefile
  155. **  patch03:  Don't log post stats in nnrpd if no posting <rob@agate.berkely.edu>
  156. **  patch03:  Say "localhost" connected not "local" <rob@agate.berkeley.edu>
  157. **  patch03:  Document ACT_STYLE_MMAP better.
  158. **  patch03:  Declare mmap() in include/clibrary.h <leres@ee.lbl.gov>
  159. **  patch03:  Add #if'd #define so only one mmap() call in icd.c
  160. **  patch03:  Don't have innd make spool directories for alias newgroups.
  161. **  patch03:  Use full path to innconfval in makegorup <phil@forum.swarthmore.edu>
  162. **  patch03:  makegroup parsed `date` wrong for Europen DST output
  163. **  patch03:  <wib@jupiter.informatik.uni-kiel.dbp.de>
  164. **  patch03:  Have newgroup not put blank lines in newsgroups file.
  165. **  patch03:  Expire opens "-z" file in append mode.
  166. **  patch03:  Remove extra DTS correction in LOCALtoGMT in nnrpd/misc.c
  167. **  patch03:  Make active file format errors more verbose in expire.
  168. **  patch03:  Add IFTRUE macro to {lib,config}/Makefile and use it.
  169. **  patch03:  Add eval wrapper in if in iftrue.
  170. **  patch03:  Add drop command to buffchan, have innd forward the command
  171. **  patch03:  if a site feeding into an exploder channel is dropped <kre>.
  172. **  patch03:  Add readmap command to buffchan.
  173. **  patch03:  Perl is in /usr/bin/perl for scanspool.
  174. **  patch03:  lib/writev.c has two Revision lines <kre@munnari.oz.au>
  175. **  patch03:  innd would mark wrong master site; using same name 3+ times
  176. **  patch03:  could result in articles going nowhere. <kre@munnari.oz.au>
  177. **  patch03:  Argument gluing in ctlinnd was wrong for send, reload, etc.
  178. **  patch03:  and save malloc of one byte <kre@munnari.oz.au>
  179. **  patch03:  buffchan gave away perm to open its own files <kre@munnari.oz.au>
  180. **  patch03:  Remove relaynews.
  181. **  patch03:  Various manpage fixes <kieber@sax.sax.de>
  182. **  patch03:  Typos in doc/inwatch.ctl.5 <aej@wpi.WPI.EDU> <chongo@pyramid.com>
  183. **  patch03:  Typos in Install.ms.2 and news-recovery.8; wrong name for log
  184. **  patch03:  file in newslog.5 <wdh@grouper.mkt.csd.harris.com>
  185. **  patch03:  Mention "rnews -U" in install.ms.2 <dem@meaddata.com>
  186. **  patch03:  Tweak NAME section of some manpages.
  187. **  patch03:  Note UUNET address in Install.ms
  188. **  patch03:  Portability nit in UX macro in Install.ms.1 <eggert@twinsun.com>
  189. **  patch03:  Better wording for doifarg in control.ctl.5.
  190. **  patch03:  Say distribs aren't patterns in doc/newsfeeds.5
  191. **  patch03:  Add BSDI and Solaris2.X sections to Install.ms.1
  192. **  patch03:  Document importance of _PATH_LOCKS.
  193. **  patch03:  Add more documentation on syslog variants.
  194. **  patch03:  More documentation DBZ and patching it.
  195. **  patch03:  Document need to review some scripts.
  196. **  patch03:  Move part of Install.ms.1 to Install.ms.2
  197. **  patch03:  Document xfopena work-around.
  198. **  patch03:  Document WANT_JUNK and its effects.
  199. **  patch03:  Don't make OLD dir in scanlogs.
  200. **  patch03:  Tell people not to use "/foo,!bar" in newsfeeds.5
  201. **  patch03:  Make the nnrpd THREAD_NAME_FLAT code really flatten the name of
  202. **  patch03:  the thread file <usbill@ustores.ustores.missouri.edu>
  203. **  patch03:  Missing close paren on fseek call in feedone
  204. **  patch03:  <mike@pyrdc.va.pyramid.com>
  205. **  patch03:  Have expire *not* rewrite "arrival time" of expired articles
  206. **  patch03:  to be current time.
  207. **  patch03:  Clean up nntpsend and send-nntp.
  208. **  patch03:  It's R not h for W flag; fix samples/newsfeeds and inncheck.
  209. **  patch03:  Have innlog.awk ignore replicated ihave messages.
  210. **  patch03:  remove samples/innreport from config file list.
  211. **  patch03:  Write to $HOME/dead.article if inews can't spool.
  212. **  patch03:  Add -R flag to inews.
  213. **  patch03:  Document more timezone limitations in parsedate.3
  214. **  patch03:  Have convdate exit with number of parse failures.
  215. **  patch03:  FDCOUNT_ULIMIT code in getdtab.c was uncompilable
  216. **  patch03:  <wdh@grouper.mkt.csd.harris.com>
  217. **  patch03:  FDCOUNT_CONSTANT code in getdtab.c was uncompilable
  218. **  patch03:  Use FDCOUNT_STYLE SYSCONF for HP-UX.
  219. **
  220. **  Revision 1.12  1992/09/14  19:21:15  rsalz
  221. **  patch02:  Fix writev setup error in nntpget <stephan@math.uni-muenster.de>
  222. **  patch02:  Point to install.ms in newsfeeds.5
  223. **  patch02:  Have nnrpd post work if DONT_HAVE_UNIX_DOMAIN.
  224. **  patch02:  Don't have nnrpd die if distrib.pats isn't installed.
  225. **  patch02:  Fix innd so cancelling cross-posted articles doesn't only
  226. **  patch02:  remove the first one.
  227. **  patch02:  Have inncheck warn about newsfeed lines that end with whitespace
  228. **  patch02:  Have nnrpd NEWNEWS command ignore expired articles.
  229. **  patch02:  Make send-nntp log file be in standard place; clean up all
  230. **  patch02:  sample files with respect to subst params.
  231. **  patch02:  Add "-s" to "du" command in sendbatch <bgg@pta.pyramid.com.au>
  232. **  patch02:  Add -v flag to print stats to stdout in batcher and innxmit.
  233. **  patch02:  Accept "(EDT)" in date parser; validate numeric timezones.
  234. **  patch02:  nnrpd date conversion was off by a month <rynes@ins.cwru.edu>
  235. **  patch02:  Fix indenting; document exit status in inews.1
  236. **  patch02:  Add _PATH_SED config param and use it in various sample scripts
  237. **  patch02:  <rainer@flyer.uni-duisburg.de>
  238. **  patch02:  Use PROGNAME in all samples scripts.
  239. **  patch02:  Fix typo's in nes-recovery.8 that made config skip _PATH_SPOOL
  240. **  patch02:  lines <aej@wpi.wpi.edu>
  241. **  patch02:  Remove duplicate DOC= line in MakeInews.
  242. **  patch02:  Make getdtab required; change getdtablesize calls to getfdcount.
  243. **  patch02:  Add FDCOUNT_STYLE config param.  Document in Install.ms.1
  244. **  patch02:  Allow "-" to mean read file from stdin in expire.
  245. **  patch02:  Fix expire to have history database depend on history file, not
  246. **  patch02:  just be in "." <tim@deakin.OZ.AU>
  247. **  patch02:  Fix fencepost error in setting ARTpathme in ARTsetup;
  248. **  patch02:  Don't coredump with grephistory -s when article expired.
  249. **  patch02:  <taka@fxis.fujixerox.co.jp>
  250. **  patch02:  innd wrote default expires of Now for all articles! **SORRY**
  251. **  patch02:  <taka@fxis.fujixerox.co.jp>
  252. **  patch02:  Don't ReopenLog if innd is in Debug mode.
  253. **  patch02:  Using LOCK_LOCKF needs read/write access; fix innxmit to
  254. **  patch02:  open the batchfile with those permissions <neal@ctd.comsat.com>
  255. **  patch02:  nonblock.c needs sys/ioctl.h not ioctl.h if NBIO_IOCTL
  256. **  patch02:  <bin@primate.wisc.edu>.
  257. **  patch02:  Make cvtbatch use only first word in file; warn about bad -w flags.
  258. **  patch02:  Forgot to write doc/cvtbatch.8
  259. **  patch02:  Use nntplink -i stdin, not nntpchan, in newsfeeds.5 examples.
  260. **  patch02:  Install.ms.[12] changes:
  261. **  patch02:    add more on nntp newsreaders; add more "lint noise" caveats;
  262. **  patch02:    warn about HP-UX df; document Sun's Bug# for "too many open
  263. **  patch02:    files"; add notes about sVr4 LIBS variances; note Dell has
  264. **  patch02:    broken Unix-domain sockets for Dell sVr4
  265. **  patch02:  Update IRIX notes in Install.ms.1 <jwpope@uswest.com>
  266. **  patch02:  Change "someone else sending this to us?" timeouts in nc.c
  267. **  patch02:  Remove extra break; get a const char call right in nc.c
  268. **  patch02:  <leres@ee.lbl.gov>
  269. **  patch02:  Address2Name isn't always needed; re-order #if in nnrpd.c
  270. **  patch02:  <leres@ee.lbl.gov>.
  271. **  patch02:  Fix typo in innlog.awk <kre@munnari.oz.au>
  272. **  patch02:  Use " not ' in su to start nnmaster in rc.news <jonl@hal.com>
  273. **  patch02:  Add /full/path keyword to news.daily <jonl@hal.com>.
  274. **  patch02:  Fix UUXFLAGS, and -U flag to sendbatch <jonl@hal.com>
  275. **  patch02:  Remove hpux __hpux and -DSDD and always use -DHPUX for HP
  276. **  patch02:  ports <ken@sdd.hp.com>.
  277. **  patch02:  Fix Cookie calculation in batcher
  278. **  patch02:  <Christophe.Wolfhugel@grasp.insa-lyon.fr>
  279. **  patch02:  Use _PATH_RNEWS not "rnews" in news.daily
  280. **  patch02:  <jgreely@cis.ohio-state.edu>
  281. **  patch02:  Inews says "not posted" if exiting non-zero.
  282. **  patch02:  Add arrival time to ADDHIST message.  Fix ctlinnd,makehistory -u
  283. **  patch02:  to use it; add field to ARTDATA so HISwrite() doesn't assume
  284. **  patch02:  articles arrived at Now.time <urlichs@smurf.sub.org>
  285. **
  286. **  Revision 1.11  1992/09/01  15:38:41  rsalz
  287. **  patch01:  Avoid "eval ... 2>&1" in news.daily; some shells report an
  288. **  patch01:  "io error" <brister@pa.dec.com>
  289. **  patch01:  Fix some (fs)?printf format/argument errors.
  290. **  patch01:  Declare ICCreserve, RCismaster, GetLoadAverage; INN has no
  291. **  patch01:  implicit function declarations anywhere.
  292. **  patch01:  New innwatch and new config parameters, _PATH_WATCHPID
  293. **  patch01:  _PATH_INNWSTATUS <kre@munnari.oz.au>
  294. **  patch01:  Have doc/Makefile install newslog.8 and distrib.pats.5
  295. **  patch01:  <barrett@ee.und.ac.za> and some others <rsalz>.
  296. **  patch01:  Clarify newsfeeds.5 <barrett@ee.und.ac.za>, <rsalz>.
  297. **  patch01:  Install.ms changes:  typo fixes <bin@primate.wisc.edu>;
  298. **  patch01:    explain DIR_STYLE; say that gcc doesn't have SystemV dbz
  299. **  patch01:    problem; document "stdin" entry in nnrp.access; add
  300. **  patch01:    note about Sun's unbundled compiler.
  301. **  patch01:  Mention MERGE_TO_GROUPS in active.5
  302. **  patch01:  Fix kill(1) to kill(2) in comment in config.dist
  303. **  patch01:  <Christophe.Wolfhugel@univ-lyon1.fr>.
  304. **  patch01:  Fix "inwatch" typo in config.dist <urlichs@smurf.sub.org>
  305. **  patch01:  Make subst.c report errors; remove spurious subst line in
  306. **  patch01:  innd.8, fix sendbatch subst line <urlichs@smurf.sub.org>
  307. **  patch01:  Change default to not do setrlimit(NOFILE) in config.dist.
  308. **  patch01:  Fix backup and restore targets in config/Makefile to use tar.
  309. **  patch01:  Fix news.daily to pass -dxxx to expire, not -Dxxx, if the
  310. **  patch01:  "expdir" keyword was given <brendan@cygnus.com>.
  311. **  patch01:  Don't pass null to sprintf if expire not given -r flag.
  312. **  patch01:  nnrpd said "bad command" not "syntax error" if given wrong
  313. **  patch01:  number of arguments <schmitz@scd.hp.com>.
  314. **  patch01:  Fix == to = so "article <no-such-art>" doesn't make nnrpd
  315. **  patch01:  crash <clarsen@ux6.lbl.gov>.
  316. **  patch01:  Fix VAR_STYLE NONE in nnrpd (don't declare Reply in nnrpd.h).
  317. **  patch01:  Wrap all "#include <sys/un.h>" inside "#if
  318. **  patch01:  defined(DO_HAVE_UNIX_DOMAIN)" <bof@midget.saar.de>
  319. **  patch01:  Had wrong struct iov element in writev.c <bof@midget.saar.de>
  320. **  patch01:  Use chmod, not fchmod in buffchan.c <bof@midget.saar.de>
  321. **  patch01:  Use fwrite() != i, not fwrite() < 0 in shrinkfile.
  322. **  patch01:  Have innd syslog the Message-ID that was cancelled, not the
  323. **  patch01:  the article doing the cancel <barrett@ee.und.ac.za>.
  324. **  patch01:  The "wants to cancel" message was backwards
  325. **  patch01:  <space@ncc1701.stgt.sub.org>
  326. **  patch01:  Fix largewrite in chan.c and some places where %m should
  327. **  patch01:  or should not be used in syslog calls <kre@munnari.oz.au>
  328. **  patch01:  Use caseEQ in ListHas; host names in Path are not case-
  329. **  patch01:  sensitive <jonl@hal.com>
  330. **  patch01:  Ignore bad Expires headers in innd (sigh).
  331. **  patch01:  Remove magic numbers from MaxLength in innd (use sizeof) and
  332. **  patch01:  Make MaxLength truncate at 80, not 50.
  333. **  patch01:  Don't let a Tm site point to a site that is a Tm site.
  334. **  patch01:  Add Join() to innd and use it so article-reject messages
  335. **  patch01:  don't span multiple lines.
  336. **  patch01:  Remove extra comment in art.c
  337. **  patch01:  Put filename in "cant dbminit" error message in innd/his.c
  338. **  patch01:  Have ICDreadactive check result of mmap call.
  339. **  patch01:  Or in MAP_FILE into mmap call if it is #define'd (used by BSDI).
  340. **  patch01:  Have ICDreadactive pass end of file back to caller.
  341. **  patch01:  Remove extra spaces between fields in logfile; make
  342. **  patch01:  newsrequeue -l work with DO_NNTPLINK_LOG and without trailing
  343. **  patch01:  spaces <barrett@ee.und.ac.za>
  344. **  patch01:  Make the "set" lines in parsecontrol more robust; control
  345. **  patch01:  messages without args (e.g., sendsys) were getting dropped.
  346. **  patch01:  Fix Newsgroups spelling in samples/ihave; inews and
  347. **  patch01:  nnrpd rejected ihave and sendme <taka@fxis.fujixerox.co.jp>
  348. **  patch01:  Missing curly brace in scanlogs <barrett@ee.und.ac.za>
  349. **  patch01:  Missing && in nntpsend (-d was broke) <katz@rpal.rockwell.com>
  350. **  patch01:  Add more rnews and nntplink and mthreads (sigh) messages to
  351. **  patch01:  innlog.awk <barrett@ee.und.ac.za>.
  352. **  patch01:  Have c7unbatch pass flags to rnews <L.McLoughlin@doc.ic.ac.uk>
  353. **
  354. **  Revision 1.10  1992/08/19  16:36:04  rsalz
  355. **  Official release.
  356. **
  357. */
  358.  
  359.  
  360. /*
  361. **  If you make local modifications to INN, change this line as needed:
  362. */
  363. #define LOCAL_STRING    ""
  364.  
  365.  
  366. /*
  367. **  Try to avoid changing these.
  368. */
  369. #define RELEASE        "1"
  370. #define PATCHLEVEL    "4"
  371. #define DATE        "22-Dec-93"
  372.  
  373.  
  374. /*
  375. **  See lib/innvers.c, but the version string should look like this:
  376. **    INN ${RELEASE}.${PATCHLEVEL} ${DATE} (${LOCAL_STRING})
  377. **  for example:
  378. **    INN 1.0 10-Feb-92 (FOO.COM)
  379. */
  380.